Package com.cisco.pt.ipc.sim.impl
Class NFTemplateRecordImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.NFTemplateRecordImpl
- All Implemented Interfaces:
IPCObject,NFTemplateRecord
Information provided by the PKI file:
\class NFTemplateRecord
\brief NFTemplateRecord handles and manipulates NetFlow template records.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionNFTemplateRecordImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
NFTemplateRecordImpl
public NFTemplateRecordImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
updateLastReceived
public void updateLastReceived()Information provided by the PKI file:
\brief Updates the timestamp of the template record to the current time.- Specified by:
updateLastReceivedin interfaceNFTemplateRecord
-
getTemplate
Information provided by the PKI file:
\brief Returns the NetFlow template. \return NFTemplate, the NFTemplate object.- Specified by:
getTemplatein interfaceNFTemplateRecord- Returns:
- NFTemplate Returns a NFTemplate
-